Uses of Class
edu.uky.ai.csp.Sudoku

Packages that use Sudoku 
Package Description
edu.uky.ai.csp
Contains classes for representing and solving simple constraint satisfaction problems.
  • Uses of Sudoku in edu.uky.ai.csp

    Fields in edu.uky.ai.csp declared as Sudoku 
    Modifier and Type Field Description
    static Sudoku Problems.EASY_SUDOKU
    A Sudoku puzzle which can be solved by constraint propagation alone
    static Sudoku Problems.HARD_SUDOKU
    A Sudoku in which no values can be discovered by constraint propagation (called "the hardest Sudoku puzzle in the world" by some)
    static Sudoku Problems.MEDIUM_SUDOKU
    A Sudoku in which some but not all values can be discovered by constraint propagation